home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / maximus / stbar20.zip / STARBAR.LH < prev    next >
Text File  |  1996-04-12  |  5KB  |  90 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;                                                                         ;;
  3. ;;                  StarBar Language File (English) V2.0.3                 ;;
  4. ;;                                                                         ;;
  5. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6. ;                                                                           ;
  7. ;                                                                           ;
  8. ; Implemented: 27-Mar-1996                                                  ;
  9. ; Last Revision: 11-Apr-1996                                                ;
  10. ;                                                                           ;
  11. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  12. ;
  13. ; You may change strings and their colours simply by replacing the ones below
  14. ;
  15. ; Try to keep string lengths close to their original lengths, as some strings
  16. ; may bleed onto the next line.
  17. ;
  18.  
  19. #define STARBAR_VER 2.0
  20.  
  21. =starbar
  22.  
  23. st_version=        "StarBar V" STARBAR_VER;
  24. st_no_access=      LRED "Sorry, you don't have access to this function!\n\n";
  25. st_deque=          YELLOW" Removed From Tag List!";
  26. st_tag_limit=      LRED "Sorry, only 31 tagged files allowed!\n\n";
  27. st_include_enter=  GREEN "You Hit <ENTER> on File: " WHITE;
  28. st_include_dl=     GREEN "\nInclude This File For DownLoad?";
  29. st_cont_dl=        YELLOW "\nTo Continue Transfer, Hit: " WHITE "ENTER\n";
  30. st_cancel_dl=      YELLOW "To Cancel Transfer, Enter: " WHITE "/q\n";
  31. st_edit_dl=        YELLOW "To Edit Or View Tagged Files, Enter: " WHITE "/e\n";
  32. st_exam=           YELLOW "\n\nExamine Archive For DOC or TEXT files? :";
  33. st_hold_on=        GREEN "Hang on...(Larger Files Will Take Longer)...\n" LCYAN;
  34. st_file_hdr=       "Number  FileName       FileSize\n────────────────────────────────────\n";
  35. st_no_files=       YELLOW "Archive Contains No Identified DOC or TEXT Files!\n\n";
  36. st_no_desc=        "\nDescriptor File Not Found...Expanding Original\n\n";
  37. st_see_cont=       GREEN "See Contents Of Which File? (Enter Number, or 0 To Exit): ";
  38. st_see_another=    GREEN "Look At Another File? ";
  39. st_file_offline1=  "<File Offline>  ";
  40. st_file_offline2=  LCYAN " Is Stored Offline!\n\n";
  41. st_end_filelist=   WHITE "\n                             -=End Of File List=-";
  42. st_dlf=            WHITE "File(s) To Download(#";
  43. st_dlf_end=        "): ";
  44. st_alt_path=       LBLUE "Alternate Path (Include Trailing BackSlash), Or <ENTER> For Default\n:";
  45. st_log_using_sb=   "Browsing Files With StarBar!";
  46. st_log_using_ft=   "StarBar Requirements Not Met: Using File_Titles!";
  47. st_log_no_dat=     "Can't Find DAT/DMP Files: Using File_Titles!";
  48. st_log_success=    "StarBar Done!";
  49. st_com_help=       WHITE "Press " YELLOW "?" WHITE " For Help!";
  50. ;
  51. ; The following 6 strings are for the first status line. You will have to
  52. ; experiment with string lengths as too many chars will bleed into the next
  53. ; line....this will cause problems on the remote end with the lightbar.
  54. ;
  55. st_com_exit=       GREEN "Exit ";
  56. st_com_down=       GREEN "Dn ";
  57. st_com_up=         GREEN "Up ";
  58. st_com_pgdn=       GREEN "PgDn ";
  59. st_com_pgup=       GREEN "PgUp ";
  60. st_com_tag=        GREEN "Tag/DeTag File(s) ";
  61. ;
  62. ; Same thing here, but these 4 are for the second status line.
  63. ;
  64. st_com_dl_curr=    GREEN "D/L Current ";
  65. st_com_dl_tag=     GREEN "D/L Tagged ";
  66. st_com_view=       GREEN "View Long Description ";
  67. st_com_list=       GREEN "List Tagged Files ";
  68. ;
  69. ; Try to keep these at the same length if possible. If not, experiment with
  70. ; the status line lengths to ensure everything fits on one line.
  71. ; These simply display in the status lines. Their length may affect the
  72. ; above strings.
  73. ;
  74. st_com_space=      "SPACE";
  75. st_com_enter=      "ENTER";
  76. ;
  77. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  78. ;
  79. ; STTOG Strings...
  80. ;
  81. sttog_header=      YELLOW "                          StarBar Option Toggle\n\n\n";
  82. sttog_note=        CYAN " This option toggles the type of file listing used to browse the file areas.\n"
  83.                         "StarBar allows single-key file selecting, along with the ability to view the\n"
  84.                         "complete description of a file (if available). It is recommended that you use\n"
  85.                         "this type of file selector if you use an ANSI terminal.\n";
  86. sttog_stat_start=  LBLUE "\n\n You Have ";
  87. sttog_stat_end=    LBLUE "StarBar! Use This Command Again To Switch Back!\n\n";
  88. sttog_enable=      LRED "ENABLED ";
  89. sttog_disable=     LRED "DISABLED ";
  90.